Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 5 - Ink Objects / Ink Objects Reference
Constants and Data Types


Ink Attributes

Each ink object has a set of ink attributes, defined in the gxInkAttributes enumeration. The attributes specify how to handle dithering and halftoning.

enum gxInkAttributes{
   gxPortAlignDitherInk = 0x0001,
   gxForceDitherInk     = 0x0002,
   gxSuppressDitherInk  = 0x0004,
   gxSuppressHalftoneInk= 0x0008
};
   typedef long gxInkAttribute;
The individual ink attributes are described in the section "Ink Attributes" beginning on page 5-9.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help